home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / c-tools / mui2c / smakefile < prev    next >
Encoding:
Makefile  |  1996-06-22  |  231 b   |  21 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Sat Jun 22 13:09:24 1996
  4. #
  5.  
  6. OBJS= lex.yy.o id.o
  7.  
  8. MUI2C: $(OBJS)
  9.    sc link to MUI2C with <<
  10. $(OBJS)
  11. <
  12.  
  13. lex.yy.o: lex.yy.c id.h
  14.  
  15. id.o: id.c id.h
  16.  
  17. lex.yy.c: mui.l
  18.     flex mui.l
  19.  
  20.  
  21.